 |
 |
 |
 |
#130698 - 02/09/01 07:39 PM
Re: [6.0x] Ubb Codebuttons v6.7
|
Developer
Registered: 01/01/01
Posts: 1930
Loc: Surrey, BC, Canada
|
MM, they only work on IE iirc.
Some text mistakes in the javascript code also that should be fixed:
txt=prompt("Enter the text that shoul be UNDERLINDED.","Text");
to
txt=prompt("Enter the text that should be UNDERLINED.","Text");
-----
txt=prompt("Enter the text that ashould be CENTER.","Text");
to
txt=prompt("Enter the text that should be CENTERED.","Text");
-----
txt=prompt("Plese insert a test that should be ITALICIZED.","Text");
to
txt=prompt("Plese insert a text that should be ITALICIZED.","Text");
-----
txt=prompt("Enter the QUOTE Test.","Text");
to
txt=prompt("Enter the QUOTE text.","Text");
--
Furthermore, although the reverse_ubb and ubb_convert subroutines work, they don't take into account Carriage Returns correctly.
Perhaps some work more in store.
qasic
_________________________
|
|
Top
|
|
|
|
 |
 |
 |
 |
|
|